home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 23 / Amiga Format AFCD23 (Feb 1998, Issue 107).iso / -seriously_amiga- / shareware / comms / other / sayno / sayno.doc < prev    next >
Text File  |  1997-12-01  |  3KB  |  70 lines

  1. Short: Make it easy to respond to a SPAM
  2. Type: comm/misc
  3. Uploader: Paul Kolenbrander (paul@iaehv.nl)
  4. Author: Paul Kolenbrander (paul@iaehv.nl)
  5.  
  6. This is version 1.0 of my SayNO! package. This package contains an ARexx
  7. script, a RequestString program as well as an example message allowing you
  8. to easily respond to spams sent to your email address. I've been getting
  9. quite a few lately and it's starting to irritate me. Hence this package
  10. that can easily interface with most Amiga mailers. If yours has an ARexx
  11. command allowing you to save a whole message, it can be almost fully
  12. automated. All you need to do then is fill in the spammers address and it
  13. will fire it off.
  14.  
  15. ------------------------ This package is 'donationware'! ------------------------
  16. This package is distrubuted as 'donationware'. Not for me, but for a very good
  17. friend of mine in the USA who needs a liver transplant (Medical Insurance there,
  18. contrary to Europe doesn't cover it all) and needs to raise about US$5000.- to
  19. cover the costs not covered by his insurance. For more information about this
  20. case, please visit http://iseek.com/TheGathering/shortribs/
  21. ---------------------------------------------------------------------------------
  22.  
  23. Contents:
  24. ---------
  25.  
  26. SayNO.rexx     - The ARexx script. It may need some variables/paths configured
  27.                  for your particular setup. But mostly runs out of the box if
  28.                  you've installed this whole package in one directory and run
  29.                  a standard AmigaUUCP setup. If you run AmiTCP/Miami, you will
  30.                  have to tell the script what program to use to connect to your
  31.                  POP server. An example setting for PutMail is included.
  32.  
  33. NoSpam         - An example response message. Feel free to use it or create your
  34.                  own.
  35.  
  36. RequestString  - A small tool, in the vein of RequestChoice and RequestFile to
  37.                  allow easy input of a address or any other string from ARexx
  38.                  or CLI scripts. Allows a PUBSCREEN=<publicscreen> parameter so
  39.                  the user can define on which screen it should open. defaults 
  40.                  to the WorkBench.
  41.  
  42. NoJunkMail.gif - A small GIF image for eg. your homepage showing you do not like
  43.                  to receive JunkMail. (Width 90/Height 72, color 0 transparant)
  44.  
  45. Installation:
  46. -------------
  47.  
  48. Install SayNo.rexx in your Rexx: directory and RequestString somewhere in your
  49. path. (Eg. C:) The NoSpam message can also be put in the Rexx: directory. Then
  50. all you need to do is hook it into your mailer. Or alternatively, just save
  51. the spam message as eg: T:xxx and in the CLI type 'rx rexx:sayno.rexx T:xxx'
  52. Then the program will bring up the little string requester for you to fill in 
  53. the address to mail your complaint to. Do note you may need to change the rexx
  54. SayNO script to set up the correct location of the 'NoSpam' messae as well as
  55. which 'send the mail' program (eg. SendMail or PutMail) to use. 
  56.  
  57. Usage:
  58. ------
  59.  
  60. SayNO.rexx     -> rx SayNo.rexx <saved_spam_file>
  61. RequestString  -> RequestString > T:result
  62.  
  63. That's about guys, if you can spare a few bucks, help my friend. This is my
  64. contribution to  making life a bit easier for him as well as us apparently 
  65. endangered 'Amiganoid LifeForms'.
  66.  
  67. 20th November 1997
  68.  
  69. Paul Kolenbrander
  70.